home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / mp386.defs < prev    next >
Text File  |  1991-03-19  |  622b  |  31 lines

  1. LBINDIR=/usr/local/bin
  2. SHELL=/bin/sh
  3. OFLAG    =  -O 
  4. LIBS    = -lm -lg
  5. # define this to be empty if you want to save space
  6. ODIR_DEBUG= -g
  7.  
  8. # For various system V 386 machines.
  9.  
  10. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o 
  11.  
  12. MAINDIR = /usr2/wfs/kcl
  13. CFLAGS    = -c $(DEFS)  -I../h
  14.  
  15. # The fast loading currently works for ATT and BSD with 68000 or 386
  16. # architectures.  Unless you have these, leave these undefined.
  17. RSYM    = rsym
  18. SFASL    = $(ODIR)/sfasl.o
  19.  
  20. MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a
  21.  
  22. # When using SFASL it is good to have (si::build-symbol-table)
  23. INITFORM=(si::build-symbol-table)
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.